|
MATRIX EXIST
This command will return a one if the specified matrix exists otherwise zero will be returned.
Return Integer=MATRIX EXIST(Matrix Number)
Matrix Number
Integer
The matrix number
This command will return a one if the specified matrix exists otherwise zero will be returned
The matrix number should be an integer value.
make matrix 1,1000,1000,25,25
position matrix 1,0,0,0
update matrix 1
print "exist:";matrix exist(1)
do
Loop
if matrix exist(1)=1 then delete matrix 1
end
MATRIX Commands Menu
Index
|